home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / Web.config373 < prev    next >
Extensible Markup Language  |  2006-07-15  |  522b  |  18 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.     
  4.   <system.web>
  5.  
  6.     <authorization>
  7.         <allow users="*" /> <!-- Allow all users -->
  8.             <!--  <allow     users="[comma separated list of users]"
  9.                              roles="[comma separated list of roles]"/>
  10.                   <deny      users="[comma separated list of users]"
  11.                              roles="[comma separated list of roles]"/>
  12.             -->
  13.     </authorization>
  14.     
  15.  </system.web>
  16.  
  17. </configuration>
  18.